home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fatted Calf
/
The Fatted Calf.iso
/
Applications
/
UUCP
/
UUCon
/
Source
/
info.subproj
/
InfoController.h
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-01-30
|
195 b
|
15 lines
#import <appkit/appkit.h>
@interface InfoController:Object
{
id panel;
id versionText;
id version;
}
- init;
- makeKeyAndOrderFront:sender;
- setVersionValue: (const char *)ver;
@end